home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / firefox-3.5 / pref / firefox.js
Text File  |  2009-10-20  |  1KB  |  28 lines

  1. // This is the Debian specific preferences file for Mozilla Firefox
  2. // You can make any change in here, it is the purpose of this file.
  3. // You can, with this file and all files present in the
  4. // /etc/firefox/pref directory, override any preference that is
  5. // present in /usr/lib/firefox/defaults/pref directory.
  6. // While your changes will be kept on upgrade if you modify files in
  7. // /etc/firefox/pref, please note that they won't be kept if you
  8. // do them in /usr/lib/firefox/defaults/pref.
  9.  
  10. pref("extensions.update.enabled", true);
  11.  
  12. // Use LANG environment variable to choose locale
  13. pref("intl.locale.matchOS", true);
  14.  
  15. // Disable default browser checking.
  16. pref("browser.shell.checkDefaultBrowser", false);
  17.  
  18. // Prevent EULA dialog to popup on first run
  19. pref("browser.EULA.override", true);
  20.  
  21. // identify ubuntu @ yahoo searchplugin
  22. pref("browser.search.param.yahoo-fr", "ubuntu");
  23.  
  24. // identify default locale to use if no /usr/lib/firefox-addons/searchplugins/LOCALE
  25. // exists for the current used LOCALE
  26. pref("distribution.searchplugins.defaultLocale", "en-US");
  27.  
  28.